entrycompletion: Use GSignalGroup on the entry's buffer
authorCorey Berla <corey@berla.me>
Mon, 3 Oct 2022 17:39:36 +0000 (10:39 -0700)
committerCorey Berla <corey@berla.me>
Mon, 3 Oct 2022 17:40:27 +0000 (10:40 -0700)
commit230188fb307e2eb9951922be81a4795980160543
tree00d1a56f1374778b255ad20ac8e51366b82093e8
parent1b4ed005091c0c0fd3ca387f9f12890b72e1893c
entrycompletion: Use GSignalGroup on the entry's buffer

We connect to the inserted-text signal for the entry's buffer.
During the lifetime of the entry, the buffer changes.  This is
literally the example used for GSignalGroup in the docs.
gtk/gtkentrycompletion.c
gtk/gtkentryprivate.h